Copy File
Command Prototype
File.Copy(sPathSrc,sPathDst,bOverWrite)
Command Description
Copy a file, can be used to copy a folder as well
Parameter Description
- Required Parameter
- sPathSrc--The original path to the files to copy
- sPathDst--The destination path to which to copy files
- bOverWrite--Whether to overwrite if the target file already exists; when true is passed, overwrite the target file, when false is passed, the function fails